Reset method

Applies to both the ecCompress and ecExtract controls. The Reset method clears all information in the control, preparing it for use with a new file. The Reset method is automatically called when you set the Filename property, so in most cases you will not use it.

Syntax

object.Reset

PartDescription
objectThe object being manipulated.

Remarks

The Reset method is normally not used. It is usually only helpful if you want to completely end an operation, freeing all memory used for it. It is never necessary to use the Reset method.

See Also

Filename property